home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Dialectic 1.2.source Folder / Dialectic ƒ / Shell ƒ / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-23  |  354 b   |  13 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        help.h
  4.  
  5. Purpose:    This is the header file for help.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    int                gWhichHelp;
  10. extern    int                gLastHelp;
  11.  
  12. int HelpWindowDispatch(ExtendedWindowDataHandle theData, int theMessage, unsigned long misc);
  13.